win32 theme: Don't set the color on *
authorBenjamin Otte <otte@gnome.org>
Sun, 14 Feb 2016 19:36:38 +0000 (20:36 +0100)
committerBenjamin Otte <otte@gnome.org>
Mon, 15 Feb 2016 03:41:12 +0000 (04:41 +0100)
Instead, set it on .background, so it gets inherited everywhere.

gtk/theme/win32/gtk-win32-base.css

index 4064f4aa524c52914583dc4c51894bb3276349fd..3db320cac8c7e3df9e9d64068b3e1f12271e44e0 100644 (file)
 .background,
 viewport {
     background-color: @bg_color;
-}
-
-* {
     color: -gtk-win32-color(button, 18);
     border-color: shade (@bg_color, 0.6);
+}
 
+* {
     -GtkScrolledWindow-scrollbars-spacing: 0;
 }